Query Parameters
Page number (starting from 1)
Items per page (maximum 50)
Response
Returns a paginated list of agents with complete details:Array of complete agent objects
Total number of agents across all pages
Current page number
Number of items per page
Total number of pages available
Example Request
Example Response
Notes
- This endpoint returns complete agent configurations, which may be slower than the minimal list endpoint
- Use the minimal list endpoint (
GET /v1/agents) if you only need basic agent information - The response is automatically filtered based on your API key’s permissions
See Also
- [List Agents (Minimal)](/API reference/v1/agents/list-agents) - Lightweight endpoint for basic agent info
- [Get Agent](/API reference/v1/agents/get-agent) - Get complete details for a single agent
Authorizations
API Key for authentication
Query Parameters
Page number (starting from 1)
Required range:
x >= 1Items per page (max 50)
Required range:
1 <= x <= 50
